/*文字颜色------------------------------------------------------------------------------------------------------------*/
.text-color-fff-hover:hover {
    color: #5373d9;
    transition: color 800ms;
    -moz-transition: color 800ms; /* Firefox 4 */
    -webkit-transition: color 800ms; /* Safari 和 Chrome */
    -o-transition: color 800ms; /* Opera */
}

.text-color-969696 {
    color: #969696;
    transition: color 800ms;
    -moz-transition: color 800ms; /* Firefox 4 */
    -webkit-transition: color 800ms; /* Safari 和 Chrome */
    -o-transition: color 800ms; /* Opera */
}

.text-color-000 {
    color: #000;
    transition: color 800ms;
    -moz-transition: color 800ms; /* Firefox 4 */
    -webkit-transition: color 800ms; /* Safari 和 Chrome */
    -o-transition: color 800ms; /* Opera */
}

.text-color-fff {
    color: #fff;
    transition: color 800ms;
    -moz-transition: color 800ms; /* Firefox 4 */
    -webkit-transition: color 800ms; /* Safari 和 Chrome */
    -o-transition: color 800ms; /* Opera */
}

.text-color-bbb {
    color: #bbb;
    transition: all 800ms;
    -moz-transition: all 800ms; /* Firefox 4 */
    -webkit-transition: all 800ms; /* Safari 和 Chrome */
    -o-transition: all 800ms; /* Opera */
}

.text-color-e6902d {
    color: #e6902d;
}

/*背景颜色------------------------------------------------------------------------------------------------------------*/
.bg-color-081633 {
    background: rgba(8, 22, 40, 1);
}

.bg-color-f6f6f6 {
    background: #f6f6f6;
    transition: all 800ms;
    -moz-transition: all 800ms; /* Firefox 4 */
    -webkit-transition: all 800ms; /* Safari 和 Chrome */
    -o-transition: all 800ms; /* Opera */
}

.bg-color-e8e8e8 {
    background: #e8e8e8;
    transition: all 800ms;
    -moz-transition: all 800ms; /* Firefox 4 */
    -webkit-transition: all 800ms; /* Safari 和 Chrome */
    -o-transition: all 800ms; /* Opera */
}

.bg-color-72b1f7-8979ff {
    background-image: linear-gradient(-120deg, #72b1f7, #8979ff);
    transition: all 800ms;
    -moz-transition: all 800ms; /* Firefox 4 */
    -webkit-transition: all 800ms; /* Safari 和 Chrome */
    -o-transition: all 800ms; /* Opera */
}

.bg-color-fff {
    background: #fff;
}

.bg-color-f9f4ea {
    background: #f9f4ea;
}

/*svg-icon------------------------------------------------------------------------------------------------------------*/
.icon-people-information-logo {
    width: 8rem;
    fill: #fff;
}

.icon-nav-bar{
    stroke: #fff;
}

.icon-five {
    fill: #fff;
}

.icon-plus {
    width: 100%;
    stroke: #fff;
    fill: #e6902d;
}

.plus-icon-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2rem;
}

.icon-people-logo{
    fill: #bbb;
    transition: all 800ms;
    -moz-transition: all 800ms; /* Firefox 4 */
    -webkit-transition: all 800ms; /* Safari 和 Chrome */
    -o-transition: all 800ms; /* Opera */
}

@media (min-width: 768px) {
    .icon-people-logo{
        transform: translateX(-12%);
    }
}


.icon-people-logo:hover {
    fill: #fff;
    transition: all 800ms;
    -moz-transition: all 800ms; /* Firefox 4 */
    -webkit-transition: all 800ms; /* Safari 和 Chrome */
    -o-transition: all 800ms; /* Opera */
}

#svg-QR {
    fill: #fff;
}

.icon-QR-code {
    fill: #bbb;
}

/*通用标题样式--------------------------------------------------------------------------------------------------------*/
.list-title {
    text-align: center;
    padding: 2rem 0;
    margin: 0 -15px;
    overflow: hidden;
}

.list-title > span span {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: .2rem;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.list-title > span > span:first-child {
    color: #d03b14;
}

.list-title > span:before {
    content: '';
    width: 3rem;
    height: 3rem;
    position: absolute;
    border-radius: 1.5rem;
    right: -1rem;
    top: -.5rem;
    background-image: linear-gradient(0deg, #e9a12f, #d64226);
    z-index: 1;
}

/*通用内容文字-------------------------------------------------------------------------------------------------------*/
.content-info-type > p {
    line-height: 2.6rem;
    text-indent: 2rem;
    text-align: justify;
    text-justify: inter-character;
    padding: 0;
    margin: 0;
}

.subtext-info-type {
    line-height: 2rem;
    text-align: justify;
    text-justify: inter-character;
}

/*了解更多-------------------------------------------------------------------------------------------------------*/
.more-button {
    text-align: center;
    padding: 3rem;
}

.more-button > span {
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    background: #fff;
    border: 1px solid #e6902d;
    padding: .6rem 3rem;
    border-radius: 5rem;
    display: inline-block;
}

/*nav-bar------------------------------------------------------------------------------------------------------------*/
.nav-bar-web-icon {
    cursor: pointer;
    width: 2.6rem;
}

/*banner------------------------------------------------------------------------------------------------------------*/
.banner-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #061d5e url("imgs/banner-1-bg.jpg") center no-repeat;
    background-size: auto 100%;
}

@media (max-width: 576px) {
    .banner-bg {
        padding: 4rem 0;
    }

    .banner-text {
        font-size: .8rem;
    }
}

@media (min-width: 576px) {
    .banner-bg {
        height: 35rem;
    }

    .banner-text {
        font-size: 1.2rem;
    }
}

@media (min-width: 1880px) {
    .banner-bg {
        background: #061d5e url("imgs/banner-1-bg-max1990.png") center no-repeat;
        background-size: auto 100%;
    }
}

/*六个问题------------------------------------------------------------------------------------------------------------*/
.six-question {
    background: url("imgs/six-bg.jpg") center no-repeat;
    background-size: cover;
}

.six-question-list {
    cursor: default;
    background: #fff;
    border: 1px solid #ced9e5;
    padding-bottom: 2rem;
    box-shadow: 0 1.3rem 0  -1rem rgba(206, 217, 229, 0);
    transition: all 800ms;
    -moz-transition: all 800ms; /* Firefox 4 */
    -webkit-transition: all 800ms; /* Safari 和 Chrome */
    -o-transition: all 800ms; /* Opera */
}

.six-question-list-hover {
    border: 1px solid #5373d9;
    box-shadow: 0 1.3rem 0  -1rem rgba(206, 217, 229, 1);
    transform: translateY(-.5rem);
    transition: all 800ms;
    -moz-transition: all 800ms; /* Firefox 4 */
    -webkit-transition: all 800ms; /* Safari 和 Chrome */
    -o-transition: all 800ms; /* Opera */
}

.icon-six-question {
    border: 1px solid #ced9e5;
    border-radius: 4rem;
    overflow: hidden;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    background: inherit;
    transform: translateY(-50%);
    transition: all 800ms;
    -moz-transition: all 800ms; /* Firefox 4 */
    -webkit-transition: all 800ms; /* Safari 和 Chrome */
    -o-transition: all 800ms; /* Opera */
}

.icon-six-question-hover {
    border: 1px solid #5373d9;
    transform: translateY(-2rem);
    transition: all 800ms;
    -moz-transition: all 800ms; /* Firefox 4 */
    -webkit-transition: all 800ms; /* Safari 和 Chrome */
    -o-transition: all 800ms; /* Opera */
}

.icon-six-question > svg {
    width: 100%;
    stroke: #5373d9;
    fill: #5373d9;
}

#more-info {
    border-radius: 1rem;
    background: #081633 url("imgs/ContactUs-bg.jpg") center no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0 2rem;
}

/*左右切换------------------------------------------------------------------------------------------------------------*/
.tab-box {
    margin-left: 0;
    margin-right: 0;
}

.tab-btn {
    cursor: pointer;
    padding: 2rem 0;
    transition: all 800ms;
    -moz-transition: all 800ms; /* Firefox 4 */
    -webkit-transition: all 800ms; /* Safari 和 Chrome */
    -o-transition: all 800ms; /* Opera */
}

.tab-list-li {
    padding: .6rem 0;
    border-radius: 2rem;
    text-align: center;
}

.aspects {
    margin: 0;
}

.card {
    border-radius: 0;
    border: none;
    flex-direction: row;
    padding: 1.8rem 0;
    cursor: pointer;
}

/*第四部分-四个特性----------------------------------------------------------------------------------------------------*/
.icon-four {
    width: 40%;
}

.four-trait-list-subtitle {
    background: #fff;
    font-size: 1.2rem;
    padding: .5rem 2rem;
    border-radius: 5rem;
    margin: 1rem 0 2rem 0;
}

/*第五部分-联系我们----------------------------------------------------------------------------------------------------*/
.contact-us {
    padding-top: 6rem;
    padding-bottom: 6rem;
}